[This is preliminary documentation and subject to change.]
Unique ID of this instance.
Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Id As String |
| C# |
|---|
| public string Id { get; set; } |
| C++ |
|---|
| public property string Id sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Id(); /** property */ public void set_Id(string value); |
| JScript |
|---|
| public function get Id() : String public function set Id(value : String); |
Property Value
The unique ID for this instance.
Remarks
All ID's must conform to the format name-GUID, where name is the unique named ID for the root-level container that owns this instance, and GUID is a unique GUID. If this instance is a root level container itself, then the ID should just be name.
Example
An example ID for a root level container would be "myprovider". An example ID for a sub-container or item would be "myprovider-00000000-0000-0000-0000-000000000000".