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);
} |
Return Value
A value that indicates the device manufacturer signature (from corresponding profile's header).
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also