ValueDependsOnCollectionAttribute.SourceName Property
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property SourceName As String
public string SourceName { get; }
public:
property String^ SourceName {
String^ get ();
}
member SourceName : string with get
function get SourceName () : String
Property Value
Type: System.String
Returns 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.