[This is preliminary documentation and subject to change.]

Unique ID of the owner of this instance.


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

Syntax

Visual Basic (Declaration)
Public Property OwnerId As String
C#
public string OwnerId { get; set; }
C++
public property string OwnerId sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_OwnerId();

/** property */
public void set_OwnerId(string value);
JScript
public function get OwnerId() : String

public function set OwnerId(value : String);

Property Value

The unique ID for the owner of this instance.

See Also