ClaimTypes.PostalCode プロパティ

定義

エンティティの郵便番号を指定する要求の URI を取得します。

public:
 static property System::String ^ PostalCode { System::String ^ get(); };
public static string PostalCode { get; }
static member PostalCode : string
Public Shared ReadOnly Property PostalCode As String

プロパティ値

エンティティの郵便番号を指定する要求の URI。

注釈

このプロパティによって返される文字列は http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode

適用対象