InstanceDescriptor::MemberInfo Property

 

Gets the member information that describes the instance this descriptor is associated with.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

public:
property MemberInfo^ MemberInfo {
	MemberInfo^ get();
}

Property Value

Type: System.Reflection::MemberInfo^

A MemberInfo that describes the instance that this object is associated with.

The value of this property can be a MethodInfo, ConstructorInfo, FieldInfo, or PropertyInfo.

.NET Framework
Available since 1.1
Return to top
Show: