System::Reflection::FieldInfo::get_IsStatic method

FieldInfo::get_IsStatic method

Gets a value indicating whether the field is static.

bool System::Reflection::FieldInfo::get_IsStatic()

ReturnValue

true if this field is static; otherwise, false.

See Also