ManagementPackOfferingType.Title Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the title for the current object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackOfferingType
Dim value As String
value = instance.Title
instance.Title = value
Syntax
'Declaration
<FieldMappingAttribute("Title")> _
Public Property Title As String
[FieldMappingAttribute("Title")]
public string Title { get; set; }
[FieldMappingAttribute(L"Title")]
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Title ()
/** @property */
public void set_Title (String value)
public function get Title () : String
public function set Title (value : String)
Property Value
A string that contains the title for the current object.
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackOfferingType Class
ManagementPackOfferingType Members
Microsoft.EnterpriseManagement.Configuration Namespace