FileContainer.Options Property
Namespace: Microsoft.VisualStudio.Services.FileContainer
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Options As ContainerOptions
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ContainerOptions Options { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ContainerOptions Options {
ContainerOptions get ();
void set (ContainerOptions value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Options : ContainerOptions with get, set
function get Options () : ContainerOptions
function set Options (value : ContainerOptions)
Property Value
Type: Microsoft.VisualStudio.Services.FileContainer.ContainerOptions
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.