ManagementPackDisplayString.Name Property
Gets or sets the name of the display string.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
'Usage
Dim instance As ManagementPackDisplayString
Dim value As String
value = instance.Name
instance.Name = value
'Declaration
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Name ()
/** @property */
public void set_Name (String value)
public function get Name () : String
public function set Name (value : String)
A string that contains the name of the display string.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
ManagementPackDisplayString Class
ManagementPackDisplayString Members
Microsoft.EnterpriseManagement.Configuration Namespace