Partilhar via


Propriedade do RDL AttributeChangeResponse.NewAttributeMuid

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the GUID for the new attribute.

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

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property NewAttributeMuid As Guid 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

AttributeChangeResponse Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts