IndexValueFilterModuleId Property |
Gets or sets the unique identifier of the module on an index value to scope the filter with, if any.
Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> ModuleId { get; set; }
Public Property ModuleId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ModuleId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ModuleId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also