다음을 통해 공유


CatalogResource.Properties Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
Public Property Properties As IDictionary(Of String, String)
    Get
    Private Set
public IDictionary<string, string> Properties { get; private set; }
public:
property IDictionary<String^, String^>^ Properties {
    IDictionary<String^, String^>^ get ();
    private: void set (IDictionary<String^, String^>^ value);
}
member Properties : IDictionary<string, string> with get, private set
function get Properties () : IDictionary<String, String>
private function set Properties (value : IDictionary<String, String>)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

.NET Framework Security

See Also

Reference

CatalogResource Class

Microsoft.TeamFoundation.Framework.Server Namespace