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 true if the page XML data is read-only.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageXmlData
Dim value As Boolean
value = instance.ReadOnly
instance.ReadOnly = value
Syntax
'Declaration
<XmlAttributeAttribute("ReadOnly")> _
<DefaultValueAttribute(False)> _
Public ReadOnly As Boolean
[XmlAttributeAttribute("ReadOnly")]
[DefaultValueAttribute(false)]
public bool ReadOnly
[XmlAttributeAttribute(L"ReadOnly")]
[DefaultValueAttribute(false)]
public:
bool ReadOnly
/** @attribute XmlAttributeAttribute("ReadOnly") */
/** @attribute DefaultValueAttribute(false) */
public boolean ReadOnly
XmlAttributeAttribute("ReadOnly")
DefaultValueAttribute(false)
public var ReadOnly : 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