Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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 -> PropertyKeyParameters
- formatId
 - Type: SystemGuid
 - propertyId
 - Type: SystemInt32
 
See Also