Opt whether access to the object is constrained with respect to the entire object, as opposed to any part of it.
Read-write property
[Visual Basic .NET] |
---|
Public Property AllowObjectAccess() As Boolean |
[C#] |
---|
public bool AllowObjectAccess {get; set;} |
[Managed C++] |
---|
public: __property bool get_AllowObjectAccess(); |
[Unmanaged C++] |
---|
public: HRESULT get_AllowObjectAccess( VARIANT_BOOL * pVal ); public: HRESULT put_AllowObjectAccess( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getAllowObjectAccess(); public void setAllowObjectAccess( bool ); |