ProtoElementBase.GetPropertyValue(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.