Class Property

Class Property

이름 공간 : Aspose.Tasks.Properties 모임: Aspose.Tasks.dll (25.4.0)

그것은 부동산의 기본 클래스를 나타냅니다.

public abstract class Property

Inheritance

object Property

Derived

BuiltInProjectProperty , CustomProjectProperty

상속 회원들

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Name

부동산의 이름을 얻는다.

public string Name { get; }

부동산 가치

string

Value

재산의 가치를 얻거나 설정합니다.

public object Value { get; set; }

부동산 가치

object

Methods

ToString()

부동산의 가치를 끈으로 반환합니다.

public override string ToString()

Returns

string

엄격한 가치

 한국어