Click or drag to resize
PropertyKey Structure
Specifies the FMTID/PID identifier that programmatically identifies a property.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public struct PropertyKey

The PropertyKey type exposes the following members.

Constructors
  NameDescription
Public methodPropertyKey
Initializes a new instance of the PropertyKey class
Top
Fields
  NameDescription
Public fieldformatId
A unique GUID for the property.
Public fieldpropertyId
A property identifier (PID).
Top
See Also