IHtmlCopyOptions.Space Property

Applies to v2.

Gets the space string Null for default value.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Space As String 
    Get
'Usage
Dim instance As IHtmlCopyOptions 
Dim value As String 

value = instance.Space
string Space { get; }
property String^ Space {
    String^ get ();
}
abstract Space : string
function get Space () : String

Property Value

Type: System.String
The space string Null for default value.

See Also

Reference

IHtmlCopyOptions Interface

Microsoft.WebMatrix.Extensibility Namespace