[This is preliminary documentation and subject to change.]

Gets the ID of this Payload.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Id As String
C#
public string Id { get; }
C++
public property string Id sealed  {
    String get();
}
J#
/** property */
public string get_Id();
JScript
public function get Id() : String

See Also