RemoteTypeData.Attributes Field

Definition

Represents the attributes of the remote type that this RemoteTypeData describes.

public: System::Reflection::TypeAttributes Attributes;
public System.Reflection.TypeAttributes Attributes;
val mutable Attributes : System.Reflection.TypeAttributes
Public Attributes As TypeAttributes 

Field Value

Remarks

The value of this field is Public if this RemoteTypeData describes the type of a COM object.

Applies to