DataClassStruct.Active Property
Gets or sets whether the structure is active.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace