CodeGraphNodeIdBuilder.Assembly Property

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

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

Property Value

Type: Uri
Returns Uri.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace