Share via


Propriété FileLine

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Property FileLine As Integer
    Get
    Set
'Utilisation
Dim instance As BreakpointInfo
Dim value As Integer

value = instance.FileLine

instance.FileLine = value
public int FileLine { get; set; }
public:
property int FileLine {
    int get ();
    void set (int value);
}
member FileLine : int with get, set
function get FileLine () : int
function set FileLine (value : int)

Valeur de propriété

Type : System. . :: . .Int32