public static DofModeType DofMode { get; set; }
Public Shared Property DofMode As DofModeType
Get
Set
public:
static property DofModeType DofMode {
DofModeType get ();
void set (DofModeType value);
}
static member DofMode : DofModeType with get, set