Sdílet prostřednictvím


AttributePermission.DeniedSet Property

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property DeniedSet As String
    Get
    Set
'Usage
Dim instance As AttributePermission
Dim value As String

value = instance.DeniedSet

instance.DeniedSet = value
public string DeniedSet { get; set; }
public:
property String^ DeniedSet {
    String^ get ();
    void set (String^ value);
}
member DeniedSet : string with get, set
function get DeniedSet () : String
function set DeniedSet (value : String)

Property Value

Type: System.String