TargetClassName Property (ObjectChangeLog)
In This Topic
The
ClassName of the affected object.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property TargetClassName As String
[CanBeNull()]
public string TargetClassName {get;}
[CanBeNull()]
public:
property String^ TargetClassName {
String^ get();
}
See Also