Subscription.LastExecutedSpecified 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성이 지정되었는지 여부를 나타내 LastExecuted 는 값을 얻습니다.
public:
property bool LastExecutedSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool LastExecutedSpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.LastExecutedSpecified : bool with get, set
Public Property LastExecutedSpecified As Boolean
속성 값
true
LastExecuted 웹 서비스 호출에 속성이 포함되어야 한다면; 그렇지 않으면 . false 기본값은 false입니다.
- 특성
설명
속성 생략에 대한 자세한 내용은 '선택적 웹 서비스 객체의 값 생략'을 참조하세요.