ReplicationColumn.IsIdentity 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.
Gets or sets whether this column is an identity column or not.
public:
 property bool IsIdentity { bool get(); void set(bool value); };public bool IsIdentity { get; set; }member this.IsIdentity : bool with get, setPublic Property IsIdentity As BooleanProperty Value
A Boolean value. If true, the referenced column is an identity column. If false, the referenced column is not an identity column.
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.