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