IPropertyValue.Type プロパティ

定義

プロパティ値に格納されている型を返します。

public:
 property PropertyType Type { PropertyType get(); };
PropertyType Type();
public PropertyType Type { get; }
var propertyType = iPropertyValue.type;
Public ReadOnly Property Type As PropertyType

プロパティ値

プロパティ値に格納されている型。

適用対象