Gets or sets the profile signature.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ProfileSignature As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccHeader
Dim value As Integer
instance.ProfileSignature = value
value = instance.ProfileSignature |
C# | |
---|
public int ProfileSignature {get; set;} |
C++/CLI | |
---|
public:
property int ProfileSignature {
int get();
void set ( int value);
} |
Property Value
A value that indicates the profile signature.The ProfileSignature contains the fixed value of 0x61637379h.
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