Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates custom data. This field supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsWizardBranchXmlData
Dim value As String
value = instance.CustomData
instance.CustomData = value
Syntax
'Declaration
<DefaultValueAttribute("")> _
<XmlAttributeAttribute("CustomData")> _
Public CustomData As String
[DefaultValueAttribute("")]
[XmlAttributeAttribute("CustomData")]
public string CustomData
[DefaultValueAttribute(L"")]
[XmlAttributeAttribute(L"CustomData")]
public:
String^ CustomData
/** @attribute DefaultValueAttribute("") */
/** @attribute XmlAttributeAttribute("CustomData") */
public String CustomData
DefaultValueAttribute("")
XmlAttributeAttribute("CustomData")
public var CustomData : String
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsWizardBranchXmlData Class
SmsWizardBranchXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace