DisplayName プロパティ

ユーザーの表示名を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property DisplayName As String
    Get
    Set
'使用
Dim instance As User
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
[DataMemberAttribute]
public string DisplayName { get; set; }
[DataMemberAttribute]
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

プロパティ値

型: System. . :: . .String
表示名を表す文字列。