Share via


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.

See also

Reference

DataClassStruct class

DataClassStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace