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

[To be supplied.]

[Visual Basic]
MustOverride Public Function GetParameter( _
   ByVal strParam As String _
) As Byte ()
[C#]
public abstract byte[] GetParameter(
   string strParam
);
[C++]
public: virtual unsigned char* GetParameter(
   String* strParam
) [] = 0;
[JScript]
public abstract function GetParameter(
   strParam : String
) : Byte[];

Parameters

strParam
[To be supplied.]

See Also

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