Click or drag to resize

PropertyKey Structure

Specifies the FMTID/PID identifier that programmatically identifies a property.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ozeki.MediaPropertyKey

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

The PropertyKey type exposes the following members.

Constructors
 NameDescription
Public methodPropertyKeyInitializes 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