Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Indicates custom data that is included in the XML data.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsFormXmlData
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
SmsFormXmlData Class
SmsFormXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace