Share via


RoleRuntimeBridge.RoleType Property

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Syntax

public RoleType RoleType { get; set; }
public:
property RoleType RoleType {
    RoleType get();
    void set(RoleType value);
}
member RoleType : RoleType with get, set
Public Property RoleType As RoleType

Property Value

Type: Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader.RoleType

See Also

RoleRuntimeBridge Class
Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader Namespace

Return to top