ProfileEntity.PropertyValueStrings Property
Gets or sets the property value strings.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property PropertyValueStrings As String
Get
Set
'Usage
Dim instance As ProfileEntity
Dim value As String
value = instance.PropertyValueStrings
instance.PropertyValueStrings = value
[RequiredAttribute]
public string PropertyValueStrings { get; set; }
[RequiredAttribute]
public:
property String^ PropertyValueStrings {
String^ get ();
void set (String^ value);
}
[<RequiredAttribute>]
member PropertyValueStrings : string with get, set
function get PropertyValueStrings () : String
function set PropertyValueStrings (value : String)
Property Value
Type: System.String
The property value strings.
See Also
Reference
System.Web.Providers.Entities Namespace