PropertyFilterPropertyDefinitionId Property |
Gets or sets the unique identifier for the property definition to evaluate the filter on.
Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid PropertyDefinitionId { get; set; }
Public Property PropertyDefinitionId As Guid
Get
Set
public:
property Guid PropertyDefinitionId {
Guid get ();
void set (Guid value);
}
member PropertyDefinitionId : Guid with get, set
Property Value
Type:
Guid
See Also