共用方式為


IppAttributeValue.Kind 屬性

定義

取得值,這個值表示這個 IppAttributeValue 物件所表示的屬性類型。

public:
 property IppAttributeValueKind Kind { IppAttributeValueKind get(); };
IppAttributeValueKind Kind();
public IppAttributeValueKind Kind { get; }
var ippAttributeValueKind = ippAttributeValue.kind;
Public ReadOnly Property Kind As IppAttributeValueKind

屬性值

這個 IppAttributeValue 物件所代表的屬性類型。

適用於