Blob ID. Blobs IDs may not increase continuously, because of union operations.
Namespace: StreamCoders.ImagingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int Id { get; set; }
Public Property Id As Integer
Get
Set
public:
property int Id {
int get ();
void set (int value);
}
member Id : int with get, set
Property Value
Type:
Int32
The identifier.
See Also