public string ValueLocation { get; set; }
Public Property ValueLocation As String
Get
Set
public:
property String^ ValueLocation {
String^ get ();
void set (String^ value);
}
member ValueLocation : string with get, set
If not set, it uses the type or location in the DefaultValueLocation property and the Value property refers to the actual value. If set to something other than a data type, the Value property contains a pointer to the location of the actual value (i.e. a URL, content ID, etc). The value passed to the property is not case-sensitive.
If necessary, the encoding method is reset to an appropriate setting based on the new location/type (i.e. Base64 for binary, 7-bit for non-binary data, etc).