Returns a UniqueIdentifier object that represents the creator of the ResourceType object.
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.Creator

instance.Creator = value

Syntax

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

/** @property */
public void set_Creator (UniqueIdentifier value)
JScript
public function get Creator () : UniqueIdentifier

public function set Creator (value : UniqueIdentifier)

Property Value

Returns a UniqueIdentifier value.

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