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!

StorageXML.IsKeyType

[To be supplied.]

[Visual Basic]
MustOverride Public Function IsKeyType( _
   ByVal strType As String _
) As Boolean
[C#]
public abstract bool IsKeyType(
   string strType
);
[C++]
public: virtual bool IsKeyType(
   String* strType
) = 0;
[JScript]
public abstract function IsKeyType(
   strType : String
) : Boolean;

Parameters

strType
[To be supplied.]

See Also

StorageXML Class | StorageXML Members | System.Security.Cryptography Namespace