Właściwość SecurityCreateRequest.EchoCreatedItems
Pobiera lub ustawia wartość wskazującą, czy należy będą wyświetlane elementy utworzone.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property EchoCreatedItems As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
TRUE Jeśli próbne utworzone elementy powinny być wyświetlane; w przeciwnym razie false.