Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PropertyKey(
Guid formatId,
int propertyId
)
Public Sub New (
formatId As Guid,
propertyId As Integer
)
public:
PropertyKey(
Guid formatId,
int propertyId
)
new :
formatId : Guid *
propertyId : int -> PropertyKey
Parameters
- formatId
- Type: SystemGuid
- propertyId
- Type: SystemInt32
See Also