Share via


AttributeChangeResponse.NewAttributeMuid Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

See Also

Reference

AttributeChangeResponse Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace