IdentityGeneratorFile.AltPaths Ö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.
public:
property System::Collections::Generic::List<System::String ^> ^ AltPaths { System::Collections::Generic::List<System::String ^> ^ get(); void set(System::Collections::Generic::List<System::String ^> ^ value); };
public System.Collections.Generic.List<string> AltPaths { get; set; }
member this.AltPaths : System.Collections.Generic.List<string> with get, set
Public Property AltPaths As List(Of String)