ObjectDescription Property (ObjectChangeLog)
In This Topic
Description of the object that this record applies to.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property ObjectDescription As String
[CanBeNull()]
public string ObjectDescription {get;}
[CanBeNull()]
public:
property String^ ObjectDescription {
String^ get();
}
See Also