SecuritySet Class

Definition

Defines the data contract for the security search criteria.

public ref class SecuritySet : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SecuritySet", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecuritySet : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SecuritySet", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecuritySet = class
    inherit DataContractBase
Public Class SecuritySet
Inherits DataContractBase
Inheritance
SecuritySet
Attributes

Constructors

SecuritySet()

Initializes a new instance of the SecuritySet class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Principal

Gets or sets the security principals.

Privilege

Gets or sets the security privileges.

Applies to