Method SearchPropertyDefinitionInfo
SearchPropertyDefinitionInfo(PropertyDefinition, out string, out string, out PropertyType)
Searches for a specified property definition information.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool SearchPropertyDefinitionInfo(PropertyDefinition inPropertyDefinition, out string outLocalizedDomainName, out string outLocalizedName, out PropertyType outType)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyDefinition | inPropertyDefinition | Property definition to search for. |
| string | outLocalizedDomainName | Localized domain name of the property definition found, or |
| string | outLocalizedName | Localized name of the property definition found, or |
| PropertyType | outType | Type of the property, or None if not found. |
Returns
| Type | Description |
|---|---|
| bool | Whether the property definition has been found. |
Remarks
This method is available since v7.12.