UseDefaultInstance Property
In This Topic
Indicates whether this descriptor uses the default instance
Syntax
'Declaration
Public ReadOnly Property UseDefaultInstance As Boolean
public bool UseDefaultInstance {get;}
public:
property bool UseDefaultInstance {
bool get();
}
See Also