Propriété User.EmailAddress
Gets or sets the email address.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property EmailAddress As String
Get
Set
'Utilisation
Dim instance As User
Dim value As String
value = instance.EmailAddress
instance.EmailAddress = value
[DataMemberAttribute]
public string EmailAddress { get; set; }
[DataMemberAttribute]
public:
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member EmailAddress : string with get, set
function get EmailAddress () : String
function set EmailAddress (value : String)
Valeur de propriété
Type : System.String
The email address.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts