MapMember.IsStatic Property

Definition

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

public:
 virtual property bool IsStatic { bool get(); };
public override bool IsStatic { get; }
member this.IsStatic : bool
Public Overrides ReadOnly Property IsStatic As Boolean

Property Value

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

Applies to