TrustPolicyStringCollection.Remove Method (String)
Removes a string at a specified index from the collection. This method is a strongly typed implementation of Remove.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void Remove(
string value
)
public:
void Remove(
String^ value
)
member Remove :
value:string -> unit
Public Sub Remove (
value As String
)
Parameters
value
Type: System.StringThe string value of the object to remove from the collection.
See Also
TrustPolicyStringCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top