TrustPolicyStringCollection.Add Method (String)
Adds an item to the TrustPolicyStringCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int Add(
string value
)
public:
int Add(
String^ value
)
member Add :
value:string -> int
Public Function Add (
value As String
) As Integer
Parameters
value
Type: System.StringThe String object to add to the collection.
Return Value
Type: System.Int32
The ArrayList index at which the value has been added.
See Also
TrustPolicyStringCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top