Gets or sets the user interface property name for the search folder
description item.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SearchFolderDescriptionItem
Dim value As String
value = instance.UIPropertyName
instance.UIPropertyName = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute("UIPropertyName")> _
Public Property UIPropertyName As String
|
C# |
[XmlAttributeAttribute("UIPropertyName")]
public string UIPropertyName { get; set; }
|
C++ |
[XmlAttributeAttribute(L"UIPropertyName")]
public:
property String^ UIPropertyName {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_UIPropertyName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_UIPropertyName (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get UIPropertyName () : String
DebuggerStepThroughAttribute
public function set UIPropertyName (value : String)
|
Property Value
User interface property name 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