Gets or sets an integer that represents the starting point for the cloud's randomization process.

public int Seed {get; set;}
public int Seed {get; set;}
get_Seed();
set_Seed(value);
public:
property int Seed {
int get();
void set ( int value);
}
'Declaration
Public Property Seed As Integer
'Usage
Dim instance As CloudsCommand
Dim value As Integer
instance.Seed = value
value = instance.Seed
Property Value
an integer that represents the starting point for the cloud's randomization process. Possible values are any values that are greater than or equal to 0.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2