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.IsInUse

[To be supplied.]

[Visual Basic]
Public Function IsInUse( _
   ByVal identifier As String _
) As Boolean
[C#]
public bool IsInUse(
   string identifier
);
[C++]
public: bool IsInUse(
   String* identifier
);
[JScript]
public function IsInUse(
   identifier : String
) : Boolean;

Parameters

identifier
[To be supplied.]

See Also

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