共用方式為


VerifyPreferredEmailContext.HashCode Property

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property HashCode As String
[DataMemberAttribute(IsRequired = true)]
public string HashCode { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property String^ HashCode {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member HashCode : string with get, set
function get HashCode () : String 
function set HashCode (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VerifyPreferredEmailContext Class

Microsoft.VisualStudio.Services.Profile Namespace