Gets or sets the device model signature.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DeviceModelSignature As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccProfileDescription
Dim value As Integer
instance.DeviceModelSignature = value
value = instance.DeviceModelSignature
|
C# | |
---|
public int DeviceModelSignature {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_DeviceModelSignature();
public: __property void set_DeviceModelSignature(
int value
); |
C++/CLI | |
---|
public:
property int DeviceModelSignature {
int get();
void set (int value);
} |
Return Value
A value that indicates the device model signature (from corresponding profile's header).
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also