[This is preliminary documentation and is subject to change.]
Date when first version of item was created (date format in invariant culture: MM/DD/YYYY)
Namespace: Tools.InternalTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public string FirstVerStr { get; private set; } |
| Visual Basic |
|---|
Public Property FirstVerStr As String
Get
Private Set |
| Visual C++ |
|---|
public:
property String^ FirstVerStr {
String^ get ();
private: void set (String^ value);
} |
| F# |
|---|
member FirstVerStr : string with get, private set
|
| JScript |
|---|
function get FirstVerStr () : String
private function set FirstVerStr (value : String) |
Exceptions
See Also