Gets or sets the full full name of the type in which this type is nested.
Namespace: NReflect.NREntitiesAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public string DeclaringTypeFullName { get; set; }
public string DeclaringTypeFullName { get; set; }
Public Property DeclaringTypeFullName As String
Get
Set
Public Property DeclaringTypeFullName As String
Get
Set
public:
property String^ DeclaringTypeFullName {
String^ get ();
void set (String^ value);
}
public:
property String^ DeclaringTypeFullName {
String^ get ();
void set (String^ value);
}