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!

RegistrationServices.GetProgIdForType

[To be supplied.]

[Visual Basic]
Public Shared Function GetProgIdForType( _
   ByVal type As Type _
) As String
[C#]
public static string GetProgIdForType(
   Type type
);
[C++]
public: static String* GetProgIdForType(
   Type* type
);
[JScript]
public static function GetProgIdForType(
   type : Type
) : String;

Parameters

type
[To be supplied.]

See Also

RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace