GlobalSearchResultObjectPropertyObjectFriendlyId Property |
Gets or sets the object friendly id.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public string ObjectFriendlyId { get; set; }
Public Property ObjectFriendlyId As String
Get
Set
public:
property String^ ObjectFriendlyId {
String^ get ();
void set (String^ value);
}
member ObjectFriendlyId : string with get, set
Property Value
Type:
StringThe object friendly id.
See Also