| Visual Basic (Declaration) | |
|---|---|
Public Property BitsAllocated As Integer  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As CompositeInstanceDataSet.ImageInstanceRow Dim value As Integer instance.BitsAllocated = value value = instance.BitsAllocated  | |
| C# | |
|---|---|
public int BitsAllocated {get; set;}  | |
Property Value
An System.Int32 representing the Bits Allocated.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                           
Copy Code