DataClassStruct.Active Property
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.