| ExchangeObjectGetSinglePropertyValue Method (String, Guid) |
Returns the value of a property of data type 'Guid' (that is, a Set- or a Reference-property).
Namespace:
Omada.OE.AppLogic.Serialization.Model
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Guid GetSinglePropertyValue(
string name,
Guid defaultValue
)
Parameters
- name
- Type: SystemString
- defaultValue
- Type: SystemGuid
Return Value
Type:
Guid
See Also