Свойство EchoCreatedItems

Gets or sets a value indicating whether the created items should be echoed.

Пространство имен:  Microsoft.MasterDataServices.Services.MessageContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
<MessageBodyMemberAttribute> _
Public Property EchoCreatedItems As Boolean
    Get
    Set
'Применение
Dim instance As SecurityCreateRequest
Dim value As Boolean

value = instance.EchoCreatedItems

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

Значение свойства

Тип: System. . :: . .Boolean
true if the created items should be echoed; otherwise, false.