Gets or sets the device manufacturer signature.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DeviceManufacturerSignature As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccProfileDescription
Dim value As Integer
instance.DeviceManufacturerSignature = value
value = instance.DeviceManufacturerSignature |
C# | |
---|
public int DeviceManufacturerSignature {get; set;} |
C++/CLI | |
---|
public:
property int DeviceManufacturerSignature {
int get();
void set ( int value);
} |
Property Value
A value that indicates the device manufacturer signature (from corresponding profile's header).
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also