FileContainer.Name 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 Name As String
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public string Name { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
Property Value
Type: System.String
.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.