Entity.AccountName - Propriété

Obtient ou définit la chaîne représentant le nom du compte pour cet objet Entity .

Espace de noms :  Microsoft.Office.Server.ActivityFeed
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
Public Property AccountName As String
    Get
    Set
'Utilisation
Dim instance As Entity
Dim value As String

value = instance.AccountName

instance.AccountName = value
public string AccountName { get; set; }

Valeur de propriété

Type : System.String
Retourne String .

Voir aussi

Référence

Entity classe

Entity - Membres

Microsoft.Office.Server.ActivityFeed - Espace de noms