IsStatic Property (DataMember)
In This Topic
Indicates this member is part of a static grouping. It will repeat for every instance of it's parent member.
Syntax
'Declaration
Public MustOverride ReadOnly Property IsStatic As Boolean
public abstract bool IsStatic {get;}
See Also