Returns the ObjectID of the Resource.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ResourceType
Dim value As UniqueIdentifier

value = instance.ObjectID

instance.ObjectID = value

Syntax

Visual Basic
Public Property ObjectID As UniqueIdentifier
C#
public UniqueIdentifier ObjectID { get; set; }
C++
public:
property UniqueIdentifier^ ObjectID {
		UniqueIdentifier^ get ();
		void set (UniqueIdentifier^ value);
}
J#
/** @property */
public UniqueIdentifier get_ObjectID ()

/** @property */
public void set_ObjectID (UniqueIdentifier value)
JScript
public function get ObjectID () : UniqueIdentifier

public function set ObjectID (value : UniqueIdentifier)

Property Value

Returns a UniqueIdentifier object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also