Share via


_DocSiteControlClass.ReadOnly Property

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see _DDocSiteControl.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Public Overridable Property ReadOnly As SByte
    Get
    Set
'Usage
Dim instance As _DocSiteControlClass
Dim value As SByte

value = instance.ReadOnly

instance.ReadOnly = value
[DispIdAttribute()]
public virtual sbyte ReadOnly { get; set; }

Property Value

Type: System.SByte

Implements

_DDocSiteControl.ReadOnly

See Also

Reference

_DocSiteControlClass Class

_DocSiteControlClass Members

Microsoft.Office.Interop.Outlook Namespace