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