VssSharedAssemblyResolver.Assemblies Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Shared Property Assemblies As HashSet(Of String)
public static HashSet<string> Assemblies { get; private set; }
public:
static property HashSet<String^>^ Assemblies {
    HashSet<String^>^ get ();
    private: void set (HashSet<String^>^ value);
}
static member Assemblies : HashSet<string> with get, private set
static function get Assemblies () : HashSet<String>
private static function set Assemblies (value : HashSet<String>)

Property Value

Type: System.Collections.Generic.HashSet<String>

.NET Framework Security

See Also

Reference

VssSharedAssemblyResolver Class

Microsoft.VisualStudio.Services.Common Namespace