Reference for Team Foundation Server SDK
DimensionUse.IntermediateFactName Property

This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation (in microsoft.teamfoundation.dll)

Syntax

Visual Basic (Declaration)
Public Property IntermediateFactName As String
Visual Basic (Usage)
Dim instance As DimensionUse
Dim value As String

value = instance.IntermediateFactName

instance.IntermediateFactName = value
C#
public string IntermediateFactName { get; set; }
C++
public:
property String^ IntermediateFactName {
	String^ get ();
	void set (String^ value);
}
J#
/** @property */
public String get_IntermediateFactName ()

/** @property */
public void set_IntermediateFactName (String value)
JScript
public function get IntermediateFactName () : String

public function set IntermediateFactName (value : String)
See Also

Tags :


Page view tracker