Gets or sets the reference property for the folder.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As FolderDescription
Dim value As String
value = instance.ReferenceProperty
instance.ReferenceProperty = value
|
Syntax
Visual Basic |
<XmlElementAttribute("ReferenceProperty")> _
Public Property ReferenceProperty As String
|
C# |
[XmlElementAttribute("ReferenceProperty")]
public string ReferenceProperty { get; set; }
|
C++ |
[XmlElementAttribute(L"ReferenceProperty")]
public:
property String^ ReferenceProperty {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_ReferenceProperty ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ReferenceProperty (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get ReferenceProperty () : String
DebuggerStepThroughAttribute
public function set ReferenceProperty (value : String)
|
Remarks
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