Gets the database ID of this folder.
Syntax
Visual Basic (Declaration) | |
---|
Shadows ReadOnly Property ID As System.Integer |
C# | |
---|
new System.int ID {get;} |
C++/CLI | |
---|
new property System.int ID {
System.int get();
} |
Property Value
Database ID of the folder
See Also