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
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := 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)]
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)
Property Value
Type: System.Int32
The seed of a code generation.