SearchFolderDescription.SearchFolderDescriptionItem.UIPropertyName Property
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
'Usage
Dim instance As SearchFolderDescriptionItem
Dim value As String
value = instance.UIPropertyName
instance.UIPropertyName = value
Syntax
'Declaration
<XmlAttributeAttribute("UIPropertyName")> _
Public Property UIPropertyName As String
[XmlAttributeAttribute("UIPropertyName")]
public string UIPropertyName { get; set; }
[XmlAttributeAttribute(L"UIPropertyName")]
public:
property String^ UIPropertyName {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_UIPropertyName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_UIPropertyName (String value)
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
Reference
SearchFolderDescription.SearchFolderDescriptionItem Class
SearchFolderDescription.SearchFolderDescriptionItem Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace