PhraseKey.SourceId property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SourceId As Guid
Get
Private Set
'Usage
Dim instance As PhraseKey
Dim value As Guid
value = instance.SourceId
[DataMemberAttribute]
public Guid SourceId { get; private set; }
Property value
Type: System.Guid