Freigeben über


AttributeChangeResponse.NewAttributeMuid-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the GUID for the new attribute.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property NewAttributeMuid As Guid 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Guid
The GUID for the new attribute.

Siehe auch

Verweis

AttributeChangeResponse Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace