SecurityTokenReference.ValueType Property
Get or sets the value of the ValueType attribute.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim securityTokenReference1 As SecurityTokenReference
Dim returnValue As String
returnValue = securityTokenReference1.ValueType
Dim sampleValue As String
securityTokenReference1.ValueType = sampleValue
Syntax
'Declaration
Public Property ValueType() As String
public string ValueType {get; set;}
public:
property String^ ValueType {
String^ get();
void set(String^ value);
}
public System.String get_ValueType();
public void set_ValueType(System.String);
public function get ValueType() : String;
public function set ValueType(String);
Property Value
The value of the ValueType attribute.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SecurityTokenReference Class
SecurityTokenReference Members
Microsoft.Web.Services3.Security Namespace