Share via


License.Parse Method (String)

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    text As String _
) As License
public static License Parse(
    string text
)
public:
static License^ Parse(
    String^ text
)
static member Parse : 
        text:string -> License
public static function Parse(
    text : String
) : License

Parameters

Return Value

Type: Microsoft.VisualStudio.Services.Licensing.License

.NET Framework Security

See Also

Reference

License Class

Parse Overload

Microsoft.VisualStudio.Services.Licensing Namespace