PropertiesGetPropertyDefinition Method |
Returns a property definition.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PropertyDefinition GetPropertyDefinition(
Guid definitionId
)
Public Function GetPropertyDefinition (
definitionId As Guid
) As PropertyDefinition
public:
PropertyDefinition^ GetPropertyDefinition(
Guid definitionId
)
member GetPropertyDefinition :
definitionId : Guid -> PropertyDefinition
Parameters
- definitionId
- Type: SystemGuid
The unique identifier of the definition.
Return Value
Type:
PropertyDefinition
See Also