Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the structure is active.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Active As Boolean
Get
Set
'Usage
Dim instance As DataClassStruct
Dim value As Boolean
value = instance.Active
instance.Active = value
public bool Active { get; set; }
Property Value
Type: System.Boolean
true if active; otherwise, false.