Audience.OwnerAccountName Property
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property OwnerAccountName As String
Get
Set
'Usage
Dim instance As Audience
Dim value As String
value = instance.OwnerAccountName
instance.OwnerAccountName = value
public string OwnerAccountName { get; set; }
Property Value
Type: System.String