Entity.CodeGenerationSeed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a starting value from which new member Codes should be generated. This value is ignored unless IsCodeGenerationEnabled is set to true.
public:
property int CodeGenerationSeed { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public int CodeGenerationSeed { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.CodeGenerationSeed : int with get, set
Public Property CodeGenerationSeed As Integer
Property Value
A starting value from which new member Code should be generated.
- Attributes