SerializationMessage.Location 属性

定义

此消息的源的位置。 通常为文件路径,但也可以是包含 null) (其他字符串。

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public string Location { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Location : string with get, set
Public Property Location As String

属性值

String
属性

适用于