CreatedTime Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets the local date and time when the network was created.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public DateTime CreatedTime { get; }
Visual Basic (Declaration)
Public ReadOnly Property CreatedTime As DateTime
Visual C++
public:
property DateTime CreatedTime {
	DateTime get ();
}

Field Value

A DateTime object.

See Also