SmsPageXmlData.Visible Field
Indicates true if the page XML data is visible.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageXmlData
Dim value As Boolean
value = instance.Visible
instance.Visible = value
Syntax
'Declaration
<DefaultValueAttribute(True)> _
<XmlAttributeAttribute("Visible")> _
Public Visible As Boolean
[DefaultValueAttribute(true)]
[XmlAttributeAttribute("Visible")]
public bool Visible
[DefaultValueAttribute(true)]
[XmlAttributeAttribute(L"Visible")]
public:
bool Visible
/** @attribute DefaultValueAttribute(true) */
/** @attribute XmlAttributeAttribute("Visible") */
public boolean Visible
DefaultValueAttribute(true)
XmlAttributeAttribute("Visible")
public var Visible : boolean
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsPageXmlData Class
SmsPageXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace