TeamFoundationFileContainer.Options Property

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

Syntax

'Declaration
Public Property Options As ContainerOptions
public ContainerOptions Options { get; set; }
public:
property ContainerOptions Options {
    ContainerOptions get ();
    void set (ContainerOptions value);
}
member Options : ContainerOptions with get, set
function get Options () : ContainerOptions 
function set Options (value : ContainerOptions)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ContainerOptions

.NET Framework Security

See Also

Reference

TeamFoundationFileContainer Class

Microsoft.TeamFoundation.Framework.Server Namespace