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!

LicenseProviderAttribute Class

Specifies the LicenseProvider to use with a class.

Object
   Attribute
      MemberAttribute
         LicenseProviderAttribute

[Visual Basic]
Public Class LicenseProviderAttribute
   Inherits MemberAttribute
[C#]
public class LicenseProviderAttribute : MemberAttribute
[C++]
public __gc class LicenseProviderAttribute : public MemberAttribute
[JScript]
public class LicenseProviderAttribute extends MemberAttribute

Remarks

When you create a component that you want to license, you must specify the LicenseProvider by marking the component with a LicenseProviderAttribute.

Use the LicenseProvider property to get the Type of the LicenseProvider.

For more information on attributes, see TBD and TBD. For more information on licensing, see TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | License | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicFileLicenseProvider | LicenseUsageMode