Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 Guid
-
- propertyId Int32
-
See Also