다음을 통해 공유


CreationDateSpecified 속성

CreationDate 속성이 지정되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

구문

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

value = instance.CreationDateSpecified

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

속성 값

유형: System. . :: . .Boolean
CreationDate 속성이 웹 서비스 호출에 포함되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

주의

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