次の方法で共有


AttributeChangeResponse.NewAttributeMuid プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

新しい属性の GUID を取得または設定します。

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

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property NewAttributeMuid As Guid 
    Get 
    Set
'使用
Dim instance As AttributeChangeResponse 
Dim value As Guid 

value = instance.NewAttributeMuid

instance.NewAttributeMuid = value
[MessageBodyMemberAttribute]
public Guid NewAttributeMuid { get; set; }
[MessageBodyMemberAttribute]
public:
property Guid NewAttributeMuid {
    Guid get ();
    void set (Guid value);
}
[<MessageBodyMemberAttribute>]
member NewAttributeMuid : Guid with get, set
function get NewAttributeMuid () : Guid 
function set NewAttributeMuid (value : Guid)

プロパティ値

型: System.Guid
新しい属性の GUID です。

関連項目

参照

AttributeChangeResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間