RemoteAuthenticationApplicationPathsOptions.RemoteProfilePath Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kullanıcı profilinin ayarlarını değiştirmek için uzak uç noktanın yolunu alır veya ayarlar. Mutlak ve uygulamanın dışında bir nokta olabilir.
public:
property System::String ^ RemoteProfilePath { System::String ^ get(); void set(System::String ^ value); };
public string RemoteProfilePath { get; set; }
public string? RemoteProfilePath { get; set; }
member this.RemoteProfilePath : string with get, set
Public Property RemoteProfilePath As String