Audience.OwnerAccountName Property
Gets or sets the owner account name for this audience.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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
A string that represents the owner account name for this audience.
Remarks
The OwnerAccountName property is read/write.