다음을 통해 공유


ExtensionParameter.Required 속성

Gets a value that indicates whether the setting is required.

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

구문

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

value = instance.Required

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

속성 값

유형: System.Boolean
true if the extension setting is required; otherwise, false.

주의

The value for the Required property has a corresponding RequiredSpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see 선택적 웹 서비스 개체에 대한 값 생략.

참고 항목

참조

ExtensionParameter 클래스

ReportService2010 네임스페이스