Report.MinMatrixVersionSpecified
Report.MinMatrixVersionSpecified
Report.MinMatrixVersionSpecified
Report.MinMatrixVersionSpecified
Property
정의
최소 행렬 버전 속성 값이 지정 되었는지 여부를 나타내는 값을 가져오거나 설정 합니다.Gets or sets a value that indicates whether the minimum matrix version property value is specified.
public:
property bool MinMatrixVersionSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool MinMatrixVersionSpecified { get; set; }
member this.MinMatrixVersionSpecified : bool with get, set
Public Property MinMatrixVersionSpecified As Boolean
속성 값
true
최소 행렬 버전 속성 값이 지정 되었으면이 고, 그렇지 않으면입니다. 그렇지 false
않으면입니다.true
if the minimum matrix version property value is specified; otherwise false
.