←Select platform

Id Property

Summary

Gets or sets application Id.

Syntax

C#
VB
C++
[ColumnAttribute(DbType="UniqueIdentifier NOT NULL", IsPrimaryKey=true, Storage="_Id")] 
public Guid Id { get; set; } 
<ColumnAttribute(DbType:="UniqueIdentifier NOT NULL", IsPrimaryKey:=true, Storage:="_Id")>  _ 
Public Overridable Property Id() As System.Guid 
 Get 
 Set 
public: [ColumnAttribute(DbType=L"UniqueIdentifier NOT NULL", IsPrimaryKey=true, Storage=L"_Id")] 
virtual property System.Guid^  Id 
{ 
 System.Guid^  get() 
 System::Void set(System.Guid^  value) 
} 

Property Value

A unique Id string value.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly