SecurityCreateResponse.SecuritySet Property

 

Gets or sets the resulting security set of the operation.

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

Syntax

[MessageBodyMemberAttribute]
public SecuritySet SecuritySet { get; set; }
public:
[MessageBodyMemberAttribute]
property SecuritySet^ SecuritySet {
    SecuritySet^ get();
    void set(SecuritySet^ value);
}
[<MessageBodyMemberAttribute>]
member SecuritySet : SecuritySet with get, set
<MessageBodyMemberAttribute>
Public Property SecuritySet As SecuritySet

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SecuritySet

The resulting security set of the operation.

See Also

SecurityCreateResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top