get_IsStatic()

FieldInfo::get_IsStatic() method

Gets a value indicating whether the field is static.

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

Return Value

true if this field is static; otherwise, false.

See Also