|  | 网站首页 | .Net研究 | 
您现在的位置: 程序员之路 >> .Net研究 >> 领域技术 >> SharePoint >> 文章正文
赞助商链接
频 道 导 航
.Net研究频道栏目导航
相 关 文 章
关于Moss 2007 Form认证的随笔,一定要使用FORM认证吗?           
关于Moss 2007 Form认证的随笔,一定要使用FORM认证吗?
作者:dosboy 文章来源:不详 更新时间:2007-5-10 10:41:04

        [ValidationOption(ValidationOption.Optional)]
        [Description("This is the description which appears in the Property Browser")]
        [Category(
"This is the category which will be displayed in the Property Browser")]
        [Browsable(
true)]
        [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
        
public string UserText
        
{
            
get
            
{
                
return ((string)(base.GetValue(Activity1.UserTextProperty)));
            }

            
set
            
{
                
base.SetValue(Activity1.UserTextProperty, value);
            }

        }


        
public static DependencyProperty StrOutProperty = System.Workflow.ComponentModel.DependencyProperty.Register("StrOut"typeof(string), typeof(Activity1));
        [ValidationOption(ValidationOption.Optional)]
        [Description(
"This is the description which appears in the Property Browser")]
        [Category(
"This is the category which will be displayed in the Property Browser")]
        [Browsable(
true)]
        [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
        
public string StrOut

上一页  [1] [2] [3] [4] [5] 下一页

文章录入:admin    责任编辑:admin 
  • 上一篇文章:

  • 下一篇文章:
  • .Net研究栏目导航
    网站频道导航