In This Topic
The location from which the data could be retrieved
Syntax
'Declaration
Public Property ContentLocation As System.Uri
'Usage
Dim instance As WebContent
Dim value As System.Uri
instance.ContentLocation = value
value = instance.ContentLocation
public System.Uri ContentLocation {get; set;}
public read-write property ContentLocation: System.Uri;
public function get,set ContentLocation : System.Uri
public: __property System.Uri* get_ContentLocation();
public: __property void set_ContentLocation(
System.Uri* value
);
public:
property System.Uri^ ContentLocation {
System.Uri^ get();
void set ( System.Uri^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also