AttributeValuePairCollectionRemove Method |
Removes all instances of the attribute in the collection
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic void Remove(
string attribute
)
Public Sub Remove (
attribute As String
)
public:
void Remove(
String^ attribute
)
Parameters
- attribute
- Type: SystemString
The name of the attribute to remove
See Also