Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the seed of a code generation.
Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False, IsRequired := False)> _
Public Property CodeGenerationSeed As Integer 
    Get 
    Set
'Usage
Dim instance As Entity 
Dim value As Integer 
value = instance.CodeGenerationSeed
instance.CodeGenerationSeed = value
[DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)]
public int CodeGenerationSeed { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)]
public:
property int CodeGenerationSeed {
    int get ();
    void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = false, IsRequired = false)>]
member CodeGenerationSeed : int with get, set
function get CodeGenerationSeed () : int 
function set CodeGenerationSeed (value : int)
Property Value
Type: System.Int32
The seed of a code generation.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace