Gets or sets the reference description, which is format information
that is used to display the action.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As ActionDescription
Dim value As String
value = instance.ReferenceDescription
instance.ReferenceDescription = value
|
Syntax
Visual Basic |
<XmlElementAttribute("ReferenceDescription")> _
Public Property ReferenceDescription As String
|
C# |
[XmlElementAttribute("ReferenceDescription")]
public string ReferenceDescription { get; set; }
|
C++ |
[XmlElementAttribute(L"ReferenceDescription")]
public:
property String^ ReferenceDescription {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_ReferenceDescription ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ReferenceDescription (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get ReferenceDescription () : String
DebuggerStepThroughAttribute
public function set ReferenceDescription (value : String)
|
Property Value
Reference description 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
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also