Visual Basic (Declaration) | |
---|---|
Public Property Key As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ScrambleCommand Dim value As Integer instance.Key = value value = instance.Key |
C# | |
---|---|
public int Key {get; set;} |
Property Value
Key that determines the scramble.For an example, refer to ScrambleCommand.
This is an unsigned integer with a minimum value of 0 and a maximum value of 4294967295 (0xffffffff).
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7