Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the GUID for the new attribute.
Пространство имен: 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
The GUID for the new attribute.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts