DeletedObjectDescription Property
In This Topic
If this is a Deletion record, contains the description of the deleted object.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property DeletedObjectDescription As String
[CanBeNull()]
public string DeletedObjectDescription {get;}
[CanBeNull()]
public:
property String^ DeletedObjectDescription {
String^ get();
}
See Also