Class ObjectRelatedItem
Represents an object related item.
public sealed class ObjectRelatedItem
- Inheritance
-
objectObjectRelatedItem
- Extension Methods
Properties
ObjectCodeName
Object code name.
public string ObjectCodeName { get; set; }
Property Value
- string
ObjectGuid
Object GUID.
public Guid? ObjectGuid { get; set; }
Property Value
- Guid?