Struct GenericProperty
Struct GenericProperty
이름 공간 : Aspose.Tasks.Properties 모임: Aspose.Tasks.dll (25.4.0)
컨테이너 재산을 나타냅니다.
public struct GenericProperty<tkey> where TKey : struct
파라미터 유형
TKey
재산의 유형의 가치.
상속 회원들
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
GenericProperty(스트리트)
Aspose.Tasks.Properties.GenericProperty`1 구조의 새로운 사례를 시작합니다.
public GenericProperty(string name)
Parameters
name
string
부동산의 이름입니다.
Properties
Name
부동산의 이름을 얻는다.
public string Name { get; }
부동산 가치
Value
그것은 재산의 가치를 얻습니다.
public object Value { get; }