IApplicationArchiveRestrictions Property |
Read serialized restrictions. This is normally the basic binding a provider has to some primary Entity.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxObject Restrictions { get; set; }
Property Restrictions As Object
Get
Set
Dim instance As IApplicationArchive
Dim value As Object
value = instance.Restrictions
instance.Restrictions = value
property Object^ Restrictions {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
Object
See Also