PermissionSet Property

Permission Set Property.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property PermissionSet As PermissionSetsPropertyValue
    Get
    Set
'Usage
Dim instance As SqlClrReferenceNodeExtender
Dim value As PermissionSetsPropertyValue

value = instance.PermissionSet

instance.PermissionSet = value
public PermissionSetsPropertyValue PermissionSet { get; set; }
public:
property PermissionSetsPropertyValue PermissionSet {
    PermissionSetsPropertyValue get ();
    void set (PermissionSetsPropertyValue value);
}
member PermissionSet : PermissionSetsPropertyValue with get, set
function get PermissionSet () : PermissionSetsPropertyValue
function set PermissionSet (value : PermissionSetsPropertyValue)

Property Value

Type: Microsoft.VisualStudio.Data.Tools.Package.Internal..::..PermissionSetsPropertyValue

See Also

Reference

SqlClrReferenceNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace