다음을 통해 공유


Encrypted 속성

Gets a value that indicates whether the extension parameter value is encrypted.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property Encrypted As Boolean
    Get
    Set
‘사용 방법
Dim instance As ExtensionParameter
Dim value As Boolean

value = instance.Encrypted

instance.Encrypted = value
public bool Encrypted { get; set; }
public:
property bool Encrypted {
    bool get ();
    void set (bool value);
}
member Encrypted : bool with get, set
function get Encrypted () : boolean
function set Encrypted (value : boolean)

속성 값

유형: System. . :: . .Boolean
true if the extension parameter value is encrypted; otherwise, false.