Represents a description 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 String

value = instance.Description

instance.Description = value

Syntax

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

/** @property */
public void set_Description (String value)
JScript
public function get Description () : String

public function set Description (value : String)

Property Value

Gets or sets a String that represents the description of the ResourceType 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