Indicates a default value for the page field data.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsPageFieldData
Dim value As String
value = instance.DefaultValue
instance.DefaultValue = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute("DefaultValue")> _
<DefaultValueAttribute("")> _
Public DefaultValue As String
|
C# |
[XmlAttributeAttribute("DefaultValue")]
[DefaultValueAttribute("")]
public string DefaultValue
|
C++ |
[XmlAttributeAttribute(L"DefaultValue")]
[DefaultValueAttribute(L"")]
public:
String^ DefaultValue
|
J# |
/** @attribute XmlAttributeAttribute("DefaultValue") */
/** @attribute DefaultValueAttribute("") */
public String DefaultValue
|
JScript |
XmlAttributeAttribute("DefaultValue")
DefaultValueAttribute("")
public var DefaultValue : String
|
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also