DataRegionMember.IsStatic Property

Definition

Gets a boolean value that indicates whether the member is a static member.

public:
 abstract property bool IsStatic { bool get(); };
public abstract bool IsStatic { get; }
member this.IsStatic : bool
Public MustOverride ReadOnly Property IsStatic As Boolean

Property Value

true if the member is a static member; otherwise, false.

Applies to