QueryTransform.SourceId property
Gets/sets a Source Id associated with the new query.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SourceId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As QueryTransform
Dim value As Nullable(Of Guid)
value = instance.SourceId
instance.SourceId = value
public Nullable<Guid> SourceId { get; set; }
Property value
Type: System.Nullable<Guid>
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when the QueryTransform object is read only |