Propriété Entity.CodeGenerationSeed
Gets or sets the seed of a code generation.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property CodeGenerationSeed As Integer
Get
Set
'Utilisation
Dim instance As Entity
Dim value As Integer
value = instance.CodeGenerationSeed
instance.CodeGenerationSeed = value
[DataMemberAttribute(EmitDefaultValue = false)]
public int CodeGenerationSeed { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property int CodeGenerationSeed {
int get ();
void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member CodeGenerationSeed : int with get, set
function get CodeGenerationSeed () : int
function set CodeGenerationSeed (value : int)
Valeur de propriété
Type : System.Int32
The seed of a code generation.