[This is preliminary documentation and subject to change.]

Gets the optional parent ID of this instance.


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

Syntax

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

See Also