The URI of the source.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Uri Uri { get; set; } |
Visual Basic |
---|
Public Property Uri As Uri
Get
Set |
Visual C++ |
---|
public:
property Uri^ Uri {
Uri^ get ();
void set (Uri^ value);
} |
See Also