NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeIdentifiers.Remove

[To be supplied.]

[Visual Basic]
Public Sub Remove( _
   ByVal identifier As String _
)
[C#]
public void Remove(
   string identifier
);
[C++]
public: void Remove(
   String* identifier
);
[JScript]
public function Remove(
   identifier : String
);

Parameters

identifier
[To be supplied.]

See Also

CodeIdentifiers Class | CodeIdentifiers Members | System.Xml.Serialization.Code Namespace