[This is preliminary documentation and is subject to change.]
An Organizations
| C# | Visual Basic | Visual C++ |
public class Organizations : SifKeyedList<string, Organization>
Public Class Organizations _ Inherits SifKeyedList(Of String, Organization)
public ref class Organizations : public SifKeyedList<String^, Organization^>
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| OrganizationsOrganizationsNew()() |
Creates an instance of an Organizations
| |
| OrganizationsOrganizationsNew(Organization) |
Constructor that accepts values for all mandatory fields
| |
| AddOrganization(String) | Adds the value of the <Organization> element. | |
| KeyFields |
Gets the metadata fields that make up the key of this object
|
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <Organization>)> | |||||
| SifKeyedList<(Of <String, Organization>)> | |||||
| Organizations | |||||