ProtoElementBase.GetPropertyValue(Guid) Method

Definition

Gets the value of the specified domain property.

public:
 System::Object ^ GetPropertyValue(Guid domainPropertyId);
public object GetPropertyValue (Guid domainPropertyId);
member this.GetPropertyValue : Guid -> obj
Public Function GetPropertyValue (domainPropertyId As Guid) As Object

Parameters

domainPropertyId
Guid

The Guid id of the domain property to inspect.

Returns

The value of the specified domain property. null if not found.

Applies to