PageHandlerStyle.StyleRule Property
Namespace: Microsoft.VisualStudio.Services.Common.Contracts
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property StyleRule As String
public string StyleRule { get; set; }
public:
property String^ StyleRule {
String^ get ();
void set (String^ value);
}
member StyleRule : string with get, set
function get StyleRule () : String
function set StyleRule (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.