QueryTransform.SourceId - Propriété
Obtient ou définit un Id de la Source associée à la nouvelle requête.
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property SourceId As Nullable(Of Guid)
Get
Set
'Utilisation
Dim instance As QueryTransform
Dim value As Nullable(Of Guid)
value = instance.SourceId
instance.SourceId = value
public Nullable<Guid> SourceId { get; set; }
Valeur de propriété
Type : System.Nullable<Guid>
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Levée lorsque l'objet QueryTransform est en lecture seule |