Returns a String that represents the resource type. For more information, see the ObjectType property of Resource.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ResourceType
Dim value As String

value = instance.ObjectType

instance.ObjectType = value

Syntax

Visual Basic
Public Property ObjectType As String
C#
public string ObjectType { get; set; }
C++
public:
property String^ ObjectType {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
public String get_ObjectType ()

/** @property */
public void set_ObjectType (String value)
JScript
public function get ObjectType () : String

public function set ObjectType (value : String)

Property Value

Returns String.

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