IppAttributeValue.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the type of attribute that is represented by this IppAttributeValue object.
public:
property IppAttributeValueKind Kind { IppAttributeValueKind get(); };
IppAttributeValueKind Kind();
public IppAttributeValueKind Kind { get; }
var ippAttributeValueKind = ippAttributeValue.kind;
Public ReadOnly Property Kind As IppAttributeValueKind
Property Value
The type of attribute that is represented by this IppAttributeValue object.