LocationConfiguration.Author property
Contém o autor deste local de pesquisa federado.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property Author As String
Get
Set
'Uso
Dim instance As LocationConfiguration
Dim value As String
value = instance.Author
instance.Author = value
[DataMemberAttribute]
public string Author { get; set; }
Property value
Type: System.String